getState method

ExtensionState? getState(
  1. String id
)

Implementation

ExtensionState? getState(String id) => _states[id];