getViewId method
dynamic
getViewId()
View ID used internally.
Implementation
dynamic getViewId() {
throw UnimplementedError(
'getViewId is not implemented on the current platform');
}
View ID used internally.
dynamic getViewId() {
throw UnimplementedError(
'getViewId is not implemented on the current platform');
}