getStatus method

Future<int?> getStatus()

Implementation

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