getViewId method

dynamic getViewId()

View ID used internally.

Implementation

dynamic getViewId() {
  throw UnimplementedError(
      'getViewId is not implemented on the current platform');
}