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