retrieveLoadedStream static method
- BuildContext context
Used to check if the translation file is still loading
Implementation
static Stream<bool> retrieveLoadedStream(final BuildContext context) {
return _retrieveCurrentInstance(context)!.isLoadedStream;
}