isRunning method
Indicates if the server is running or not.
Implementation
bool isRunning() {
throw UnimplementedError(
'isRunning is not implemented on the current platform');
}
Indicates if the server is running or not.
bool isRunning() {
throw UnimplementedError(
'isRunning is not implemented on the current platform');
}