syncQueue abstract method

Future<int> syncQueue({
  1. int? limit,
})

Attempts to sync queued payloads immediately.

Returns the number of items successfully synced.

Implementation

Future<int> syncQueue({int? limit});