SyncRemoteItems typedef

SyncRemoteItems = Future<void> Function(List inserts, List<String> deletes)

Implementation

typedef SyncRemoteItems =
    Future<void> Function(List<AiChatItem> inserts, List<String> deletes);