showDevices method

Future<void> showDevices()

Implementation

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