collectState method
override
Implementation
@override
Future<void> collectState() async {
await plugin.runEvent(
eventType: 'WorldSaving',
event: '{"type":"WorldSaving"}',
source: kAuthorityChannel,
target: kAnyChannel,
cancelled: false,
);
}