Future<void> trackTag( String eventName, Map<String, String>? attributes) async { return _channel.invokeMethod( 'predict.trackTag', {'eventName': eventName, 'attributes': attributes}); }