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