deleteById method

  1. @override
Future<bool> deleteById(
  1. String table,
  2. Object id
)
override

Remove por id; retorna se afetou algo.

Implementation

@override
Future<bool> deleteById(String table, Object id) async => _unsupported();