@override FutureOr isTrustedDevice() async { final value = await methodChannel.invokeMethod('isTrustedDevice'); return value; }