initGotits method
Implementation
Future<void> initGotits() async {
if (initCalled) return;
initCalled = true;
gotits = (await fca.localStorage).read('gotits') ?? [];
}
Future<void> initGotits() async {
if (initCalled) return;
initCalled = true;
gotits = (await fca.localStorage).read('gotits') ?? [];
}