static Future triggerActionWithTag(Map tag) async { await _channel.invokeMethod('triggerActionWithTag', [tag]); }