enable method

Future<bool?> enable()

Implementation

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