revokeAllowance_Pre method
Future<MsgRevokeAllowanceResponse>
revokeAllowance_Pre(
- ServiceCall call,
- Future<
MsgRevokeAllowance> request
Implementation
$async.Future<$1.MsgRevokeAllowanceResponse> revokeAllowance_Pre(
$grpc.ServiceCall call,
$async.Future<$1.MsgRevokeAllowance> request) async {
return revokeAllowance(call, await request);
}