disable method

Future<bool> disable()

Disables Lock Task Mode for the current foreground activity.

Implementation

Future<bool> disable() {
  throw UnimplementedError('disable() has not been implemented.');
}