main function

void main(
  1. List<String> arguments
)

Implementation

void main(List<String> arguments) async {
  printLog('example.dart');
}