isRunning method

bool isRunning()

Indicates if the server is running or not.

Implementation

bool isRunning() {
  throw UnimplementedError(
      'isRunning is not implemented on the current platform');
}