Disables Lock Task Mode for the current foreground activity.
@override Future<bool> disable() async => await methodChannel.invokeMethod<bool>('disable') ?? false;