openDevice method

Future<bool?> openDevice()

Implementation

Future<bool?> openDevice() {
  return FlutterUsbDeviceManagePlatform.instance.fingerprintOpenDevice();
}