initialize static method
Initializes the Mastro framework.
Implementation
static Future<void> initialize() async {
if (_initialized) return;
persistro = await SharedPreferences.getInstance();
_initialized = true;
}
Initializes the Mastro framework.
static Future<void> initialize() async {
if (_initialized) return;
persistro = await SharedPreferences.getInstance();
_initialized = true;
}