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