Future<void> init([String name = 'chat_database']) async { if (_isInitialized) return; _db = await ReaxDB.simple(name); _isInitialized = true; }