syncTableRaw abstract method

Future<ShapeSubscription> syncTableRaw(
  1. SyncInputRaw syncInput
)

Same as syncTable but you would be providing table names, and foreign key relationships manually. This is more low-level and should be avoided if possible.

Implementation

Future<ShapeSubscription> syncTableRaw(SyncInputRaw syncInput);