check method

Future<bool?> check()

Implementation

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