check method

  1. @override
Future<bool?> check()
override

Returns a String containing the version of the platform.

Implementation

@override
Future<bool?> check() async {
  return Future.value(false);
}