fromInterface static method

Provider fromInterface(
  1. String providerString
)

convert a String to a Provider?

Implementation

static Provider fromInterface(
  String providerString,
) =>
    Provider.values.byName(providerString);