enable static method

Future<void> enable()

Implementation

static Future<void> enable() async {
  _attachHandler();
  try {
    await _channel.invokeMethod<void>("enable");
  } catch (_) {}
}