off method

  1. @override
Future<void> off()
override

Implementation

@override
Future<void> off() async {
  await _channel.invokeMethod('off');
}