hasProvider abstract method

bool hasProvider(
  1. String providerKey
)

Checks if a provider exists

providerKey The provider key to check Returns true if provider exists

Implementation

bool hasProvider(String providerKey);