collectDeviceData method

Future<String?> collectDeviceData({
  1. required String authorization,
  2. bool forCard = false,
})

Implementation

Future<String?> collectDeviceData({
  required String authorization,
  bool forCard = false,
}) {
  throw UnimplementedError('collectDeviceData() has not been implemented.');
}