singleVote method

Future<String> singleVote(
  1. String author,
  2. String permlink,
  3. int weight
)

Implementation

Future<String> singleVote(String author, String permlink, int weight) {
  throw UnimplementedError('singleVote has not been implemented.');
}