menu
dart_pusher_channels package
documentation
configs.dart
PusherChannelsPackageConfigs
disableLogs static method
disableLogs static method
dark_mode
light_mode
disableLogs
static method
void
disableLogs
(
)
Makes logs invisible
Implementation
static void disableLogs() { _logsEnabled = false; }
dart_pusher_channels package
documentation
configs
PusherChannelsPackageConfigs
disableLogs static method
PusherChannelsPackageConfigs class