menu
serverpod_cloud_cli package
documentation
command_runner/cloud_cli_command_runner.dart
CloudCliCommandRunner
analyticsEnabled method
analyticsEnabled method
dark_mode
light_mode
analyticsEnabled
method
bool
analyticsEnabled
(
)
inherited
Checks if analytics is enabled.
Implementation
bool analyticsEnabled() => _onAnalyticsEvent != null;
serverpod_cloud_cli package
documentation
command_runner/cloud_cli_command_runner
CloudCliCommandRunner
analyticsEnabled method
CloudCliCommandRunner class