main function

void main()

Implementation

void main() => runFlutterServer((context) async {
  info("Server is running");
});