insert abstract method

  1. @Insert(onConflict: OnConflictStrategy.replace)
Future<void> insert(
  1. DeviceContactLink status
)

Implementation

@Insert(onConflict: OnConflictStrategy.replace)
Future<void> insert(DeviceContactLink status);