deleteEvent method

Future<int> deleteEvent()

Implementation

Future<int> deleteEvent() async {
  Database db = await this.database;

  return 1;
}