getMyProfile_Pre method

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

Implementation

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