isSupported static method

Future<bool> isSupported()

Check if App Attest is supported on this device

Implementation

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