getMyPhone method
ResponseFuture<GetMyPhoneResponse>
getMyPhone(
- GetMyPhoneRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.GetMyPhoneResponse> getMyPhone(
$0.GetMyPhoneRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getMyPhone, request, options: options);
}