customBackendAdapter property

SyncBackendAdapter? customBackendAdapter
final

Optional custom backend adapter for non-REST backends.

Provide your own implementation of SyncBackendAdapter to integrate with Firebase, Supabase, GraphQL, or other backends.

If null, the default REST adapter will be used.

Implementation

final SyncBackendAdapter? customBackendAdapter;