follow method

Future<String> follow(
  1. String author,
  2. bool followFlag
)

Implementation

Future<String> follow(String author, bool followFlag) {
  throw UnimplementedError('follow has not been implemented.');
}