enable method

Future<bool> enable()

Enables Lock Task Mode for the current foreground activity.

Implementation

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