listUserGrants_Pre method

Future<ListUserGrantResponse> listUserGrants_Pre(
  1. ServiceCall call,
  2. Future<ListUserGrantRequest> request
)

Implementation

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