getConfig_Pre method

Future<Config> getConfig_Pre(
  1. ServiceCall call,
  2. Future<GetConfigRequest> request
)

Implementation

$async.Future<$2.Config> getConfig_Pre($grpc.ServiceCall call,
    $async.Future<$2.GetConfigRequest> request) async {
  return getConfig(call, await request);
}