enable method

Future<void> enable()

Implementation

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