getControllerId static method

String getControllerId(
  1. dynamic controller
)

Get unique ID for Controller (internal use)

Implementation

static String getControllerId(dynamic controller) => controller.hashCode.toString();