delete method

Future<bool> delete([
  1. T? entity
])

根据条件删除数据,不传表示删除所有数据

Implementation

Future<bool> delete([T? entity]) async => false;