start method

Future<bool> start()

Does nothing, and reports that live reloading did not start.

Implementation

Future<bool> start() async => false;