clearSyncSession method
Clears any interrupted sync session without resuming.
Use this if you want to discard an interrupted sync and start fresh.
Implementation
@override
Future<void> clearSyncSession() async {
await _channel.invokeMethod<void>('clearSyncSession');
}