createCalling method
Implementation
@override
ExceptionEndpointCalling<T> createCalling(BuildContext context) {
return ExceptionEndpointCalling<T>(
context as ExceptionEndpointCallingBinding<T>);
}
@override
ExceptionEndpointCalling<T> createCalling(BuildContext context) {
return ExceptionEndpointCalling<T>(
context as ExceptionEndpointCallingBinding<T>);
}