SquarePosPluginResponse.fromMap constructor
SquarePosPluginResponse.fromMap(
- Map response
Build response using map recieved from native platform
Implementation
SquarePosPluginResponse.fromMap(Map<dynamic, dynamic> response)
: methodName = response['methodName'],
status = response['status'],
message = response['message'];