comment method
Implementation
Future<String> comment(
String parentAuthor,
String parentPermlink,
String permlink,
String title,
String body,
Map<String, dynamic> jsonMetadata,
) {
throw UnimplementedError('comment has not been implemented.');
}