update abstract method

Future<T?> update(
  1. R? request, [
  2. Map? args
])

Implementation

Future<T?> update(R? request, [Map? args]);