start abstract method

Future<bool> start({
  1. bool waitForDebugger = false,
})

Starts the server

Implementation

Future<bool> start({bool waitForDebugger = false});