providers property

List<SingleChildWidget> providers

The providers for the Parodia service.

Implementation

List<SingleChildWidget> get providers {
  if (!Providers.isInitialized) {
    throw Exception("Providers is not initialized.");
  }
  return Providers.providers;
}