requestComments method

Future<int?> requestComments()

Implementation

Future<int?> requestComments() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}