@override Future<bool?> isDeviceSafe() async { final safe = await methodChannel.invokeMethod<bool>('isDeviceSafe'); return safe; }