isRegistered static method

Future<bool> isRegistered()

Implementation

static Future<bool> isRegistered() async {
  throw UnsupportedError('This method is only supported on the web platform.');
}