getMyProfile_Pre method

Future<GetMyProfileResponse> getMyProfile_Pre(
  1. ServiceCall call,
  2. Future<GetMyProfileRequest> request
)

Implementation

$async.Future<$4.GetMyProfileResponse> getMyProfile_Pre(
    $grpc.ServiceCall call,
    $async.Future<$4.GetMyProfileRequest> request) async {
  return getMyProfile(call, await request);
}