static Future triggerAction(String actionName) async { await _channel.invokeMethod('triggerAction', [actionName]); }