getAccountPosts method
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.');
}