isRegistered static method

Future<bool> isRegistered()

Implementation

static Future<bool> isRegistered() async {
  return !(isRegisteredJS() == Null);
}