Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

dartlang console plugin

import "package:console/console.dart";

void main() {
  // Initialize the Console. Throws an exception if advanced terminal features are not supported.
  Console.init();
  
  // Use the library...
}
Source by pub.dev #
 
PREVIOUS NEXT
Tagged: #dartlang #console #plugin
ADD COMMENT
Topic
Name
6+1 =