closeDevice method

Future<bool?> closeDevice()

Implementation

Future<bool?> closeDevice() {
  return FlutterUsbDeviceManagePlatform.instance.fingerprintCloseDevice();
}