exec<T> method

Future<void> exec<T>(
  1. Adapter adapter
)

Implementation

Future<void> exec<T>(Adapter adapter) => adapter.updateMany(this);