delete method
Delete records.
Implementation
Future<void> delete(SdbClient client,
{SdbBoundaries<I>? boundaries, int? offset, int? limit}) =>
impl.deleteImpl(client,
boundaries: boundaries, offset: offset, limit: limit);
Delete records.
Future<void> delete(SdbClient client,
{SdbBoundaries<I>? boundaries, int? offset, int? limit}) =>
impl.deleteImpl(client,
boundaries: boundaries, offset: offset, limit: limit);