retrieveLoadedStream static method

Stream<bool> retrieveLoadedStream(
  1. BuildContext context
)

Used to check if the translation file is still loading

Implementation

static Stream<bool> retrieveLoadedStream(final BuildContext context) {
  return _retrieveCurrentInstance(context)!.isLoadedStream;
}