listUserGrants_Pre method
Future<ListUserGrantResponse>
listUserGrants_Pre(
- ServiceCall call,
- Future<
ListUserGrantRequest> request
Implementation
$async.Future<$0.ListUserGrantResponse> listUserGrants_Pre($grpc.ServiceCall call, $async.Future<$0.ListUserGrantRequest> request) async {
return listUserGrants(call, await request);
}