getDeviceNFCLocation method

Future<DeviceNFCLocation> getDeviceNFCLocation({
  1. required ReadIDFlow flow,
})

Implementation

Future<DeviceNFCLocation> getDeviceNFCLocation({required ReadIDFlow flow}) {
  throw UnimplementedError(
      'getDeviceNFCLocation() has not been implemented.');
}