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