isAppNameOther static method

Future<bool> isAppNameOther()

Implementation

static Future<bool> isAppNameOther() async {
  return await _channel.invokeMethod("isAppNameOther") ?? false;
}