static Future triggerActions(List listActionName) async { await _channel.invokeMethod('triggerActions', [listActionName]); }