static void track(String eventName, [Map<String, Object?>? properties]) { _channel.invokeMethod( "track", {"eventName": eventName, "properties": properties}); }