ref property

AppRef ref

Ref for application scope called by katana_scoped.

katana_scopedで呼び出されるアプリケーションスコープ用のref。

Implementation

AppRef get ref {
  assert(
    _ref != null,
    "[AppRef] is not given. Please specify [appRef] when creating [ModuleMasamuneAdapter].",
  );
  return _ref!;
}