syncRuntimeState method

Future<void> syncRuntimeState()

Synchronizes state/stats from persisted runtime snapshot.

Implementation

Future<void> syncRuntimeState() {
  throw UnimplementedError('syncRuntimeState() has not been implemented.');
}