convertOctonaryUtf8_Pre method

Future<StringValue> convertOctonaryUtf8_Pre(
  1. ServiceCall $call,
  2. Future<StringValue> $request
)

Implementation

$async.Future<$2.StringValue> convertOctonaryUtf8_Pre($grpc.ServiceCall $call, $async.Future<$2.StringValue> $request) async {
  return convertOctonaryUtf8($call, await $request);
}