exec method

Future<int> exec(
  1. Adapter adapter
)

Implementation

Future<int> exec(Adapter adapter) => adapter.update(this);