insertItem abstract method

Future<void> insertItem(
  1. T task
)

Implementation

Future<void> insertItem(T task);