isEnabled static method

Future<bool> isEnabled(
  1. String key
)

Implementation

static Future<bool> isEnabled(String key) async =>
    await _channel.invokeMethod(
      'isEnabled',
      {"key": key},
    );