off method

Future<void> off()

Implementation

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