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