onHandle<R> abstract method

Future<R?> onHandle<R>(
  1. DbOperationType operationType,
  2. String schema,
  3. String fields, {
  4. required SqlWhereBuilder builder,
})

Implementation

Future<R?> onHandle<R>(DbOperationType operationType, String schema, String fields,
    {required SqlWhereBuilder builder});