isSupportProfile static method

Future<bool> isSupportProfile()

Checks whether the device supports account verification.

Implementation

static Future<bool> isSupportProfile() async {
  return await methodChannel.invokeMethod('isSupportProfile');
}