MIX_is_not_supported method

String MIX_is_not_supported(
  1. dynamic item
)
"$item is not supported"

Implementation

String MIX_is_not_supported(dynamic item) => """$item is not supported""";