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