call method

Future<T> call(
  1. Database db
)

Execute the operation (op) against the database db.

Implementation

Future<T> call(Database db) => op(db);