HighlightsPlugin constructor

HighlightsPlugin({
  1. bool debug = false,
})

Implementation

HighlightsPlugin({this.debug = false}) {
  // Setup before first `instance` getter call
  HighlightsPluginPlatform.debug = debug;
}