disable method

Future<void> disable()

Implementation

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