logCreate<T extends SyncModelSyncable> abstract method

Future<void> logCreate<T extends SyncModelSyncable>(
  1. T entity
)

Implementation

Future<void> logCreate<T extends SyncModelSyncable>(T entity);