haveSecrets method

  1. @override
bool haveSecrets(
  1. String? getSecret(
    1. String name
    )
)
override

Always returns true since no auth is required.

Implementation

@override
bool haveSecrets(String? Function(String name) getSecret) => true;