getMyOrg_Pre method

Future<GetMyOrgResponse> getMyOrg_Pre(
  1. ServiceCall call,
  2. Future<GetMyOrgRequest> request
)

Implementation

$async.Future<$0.GetMyOrgResponse> getMyOrg_Pre($grpc.ServiceCall call, $async.Future<$0.GetMyOrgRequest> request) async {
  return getMyOrg(call, await request);
}