enableLogging function Null safety

void enableLogging(
  1. 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);