syncRuntimeState method
Synchronizes state/stats from persisted runtime snapshot.
Implementation
Future<void> syncRuntimeState() {
throw UnimplementedError('syncRuntimeState() has not been implemented.');
}
Synchronizes state/stats from persisted runtime snapshot.
Future<void> syncRuntimeState() {
throw UnimplementedError('syncRuntimeState() has not been implemented.');
}