info property

InfoApi info

Implementation

static InfoApi get info => LogbotSetupEnv().type == SetupType.bluetooth
    ? LogbotSetup.infoBle
    : LogbotSetup.infoLocalWifi;