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