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