followMe method

Future<bool> followMe()

Implementation

Future<bool> followMe() {
  throw UnimplementedError('followMe() has not been implemented.');
}