dispose method
Implementation
static dispose() async {
try {
await _channel.invokeMethod('stopDiscoveryController');
} on PlatformException catch (e) {
print(e.details);
}
}
static dispose() async {
try {
await _channel.invokeMethod('stopDiscoveryController');
} on PlatformException catch (e) {
print(e.details);
}
}