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