getMyPhone method

ResponseFuture<GetMyPhoneResponse> getMyPhone(
  1. GetMyPhoneRequest request, {
  2. CallOptions? options,
})

Implementation

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