update abstract method

Future update(
  1. T item
)

Method update updates entry on database

Implementation

Future<dynamic> update(T item);