enableLogging function Null safety
- LogTopic logTopic
Enables logging for the specified topic.
Error logging is enabled by default, all other topics must be enabled by the user.
Implementation
void enableLogging(LogTopic logTopic) =>
NsdPlatformInterface.instance.enableLogging(logTopic);