syncRuntimeState method

  1. @override
Future<void> syncRuntimeState()
override

Syncs state/stats from persisted runtime snapshot.

Implementation

@override
/// Syncs state/stats from persisted runtime snapshot.
Future<void> syncRuntimeState() {
  return methodChannel.invokeMethod<void>('syncRuntimeState');
}