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