delete method

Future<int> delete()

Implementation

Future<int> delete() async {
  return await eloquent.deleteBy(primaryValue);
}