getMyProfile_Pre method

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

Implementation

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