start method
Begins observing the underlying source of frame timings.
May throw StateError if already started; see implementations.
Implementation
@override
Future<void> start() async {
_started = true;
}
Begins observing the underlying source of frame timings.
May throw StateError if already started; see implementations.
@override
Future<void> start() async {
_started = true;
}