initialize static method

Future<void> initialize()

Initializes the SpeedEx state management system.

This method should be called before using any other SpeedEx functionality.

Implementation

static Future<void> initialize() async {
  _globalState.addAll(_persistentStorage);
}