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