deleteTask abstract method

Future<bool> deleteTask(
  1. String id
)

Implementation

Future<bool> deleteTask(String id);