getMyPhone_Pre method
Implementation
$async.Future<$2.GetMyPhoneResponse> getMyPhone_Pre($grpc.ServiceCall call, $async.Future<$2.GetMyPhoneRequest> request) async {
return getMyPhone(call, await request);
}
$async.Future<$2.GetMyPhoneResponse> getMyPhone_Pre($grpc.ServiceCall call, $async.Future<$2.GetMyPhoneRequest> request) async {
return getMyPhone(call, await request);
}