getAccountPosts method

Future<List<Discussion>> getAccountPosts(
  1. String username,
  2. String by, {
  3. required int limit,
  4. String? startAuthor,
  5. String? startPermlink,
  6. String? observer,
})

Implementation

Future<List<Discussion>> getAccountPosts(
  String username,
  String by, {
  required int limit,
  String? startAuthor,
  String? startPermlink,
  String? observer,
}) {
  throw UnimplementedError('getAccountPosts() has not been implemented.');
}