check method

Future<bool> check()

Implementation

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