getLocale method

ResponseFuture<Locale> getLocale(
  1. LocaleId request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.Locale> getLocale(
  $1.LocaleId request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getLocale, request, options: options);
}