@override Future<void> saveNotificationsToken(String? token) async { await secureStorage.write(key: _pushTokenKey, value: token); }