enableLogging function

void enableLogging(
  1. LogTopic logTopic
)

Enables logging for the specified topic.

Implementation

void enableLogging(LogTopic logTopic) =>
    NsdPlatformInterface.instance.enableLogging(logTopic);