isCurrentProvider method

bool isCurrentProvider(
  1. Provider value
)

Implementation

bool isCurrentProvider(Provider value) => provider == value;