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