getGeneralSettings method
ResponseFuture<GetGeneralSettingsResponse>
getGeneralSettings(
- GetGeneralSettingsRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.GetGeneralSettingsResponse> getGeneralSettings($0.GetGeneralSettingsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getGeneralSettings, request, options: options);
}