listUserGrants_Pre method

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

Implementation

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