isStarted property

Future<bool?> get isStarted

Implementation

Future<bool?> get isStarted async {
  throw UnimplementedError('isStarted has not been implemented.');
}