checkIsEnabled static method

  1. @Deprecated('Use isEnabled instead. Will be removed in a future major release.')
Future<bool> checkIsEnabled()

Deprecated: use isEnabled (synchronous). Kept for backward compatibility.

Implementation

@Deprecated(
  'Use isEnabled instead. Will be removed in a future major release.',
)
static Future<bool> checkIsEnabled() async => _enabled;