@override Future<String?> getNotificationsToken() async { return await secureStorage.read(key: _pushTokenKey); }