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