showDevices method
Implementation
Future<void> showDevices() async {
try {
await methodChannel.invokeMethod(Constant.METHOD_SHOW_DEVICES);
} on PlatformException catch (_) {}
}
Future<void> showDevices() async {
try {
await methodChannel.invokeMethod(Constant.METHOD_SHOW_DEVICES);
} on PlatformException catch (_) {}
}