isDeviceFound method

  1. @override
Future<bool?> isDeviceFound()
override

Implementation

@override
Future<bool?> isDeviceFound() async {
  return await methodChannel
      .invokeMethod<bool>(SeeSoPluginMethod.IS_DEVICE_FOUND.name);
}