getControllerId static method
Get unique ID for Controller (internal use)
Implementation
static String getControllerId(dynamic controller) => controller.hashCode.toString();
Get unique ID for Controller (internal use)
static String getControllerId(dynamic controller) => controller.hashCode.toString();