Check if App Attest is supported on this device
static Future<bool> isSupported() async { return await _channel.invokeMethod('isSupported'); }