Future<bool> load() async { this._loadingStream.add(LoadingStatus.loading); decodedMap = await _translationLoader.load(_locale); this._loadingStream.add(LoadingStatus.loaded); return true; }