Returns whether the app is currently running in Lock Task Mode.
@override Future<bool> isEnabled() async => await methodChannel.invokeMethod<bool>('isEnabled') ?? false;