onInitScope method

void onInitScope(
  1. MasamuneAdapter adapter
)

Called when initializing MasamuneAdapterScope.

It is possible to describe processes such as receiving an [adapter]' and making it a primary` adapter.

MasamuneAdapterScopeを初期化するときに呼ばれます。

adapterを受け取ってprimaryのアダプターにするなどの処理を記述することができます。

Implementation

void onInitScope(MasamuneAdapter adapter) {}