OperationError.operationNotSupportedByBackend constructor
- Map<
String, dynamic> json
An error that indicates that the backend does not support using the JwsAuthorizationProvider.
Params:
- json: contains the source for instance creation.
Implementation
factory OperationError.operationNotSupportedByBackend(
Map<String, dynamic> json,
) {
return OperationNotSupportedByBackend.fromJson(json);
}