clear method

void clear()

Discard and clear all appscope states.

Please use this function to reset the application once, such as when logging out.

すべてのアプリスコープの状態を破棄してクリアします。

ログアウト時など一旦アプリをリセットする場合にご利用ください。

Implementation

void clear() {
  _scopedValueContainer.clear();
}