syncNow method

Future<void> syncNow()

Manual sync trigger

Implementation

Future<void> syncNow() async {
  await _performSync();
}