CallRequest constructor
CallRequest(
- NetworkIdentifier network_identifier,
- String method,
- Map<
String, dynamic> parameters
Implementation
CallRequest(this.network_identifier, this.method, this.parameters);