updateBy abstract method

Future<T?> updateBy(
  1. String id,
  2. JSON data
)

Implementation

Future<T?> updateBy(String id, JSON data);