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