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