getLocale_Pre method

Future<Locale> getLocale_Pre(
  1. ServiceCall $call,
  2. Future<LocaleId> $request
)

Implementation

$async.Future<$1.Locale> getLocale_Pre(
    $grpc.ServiceCall $call, $async.Future<$1.LocaleId> $request) async {
  return getLocale($call, await $request);
}