getBaseElementHrefFromDom function Null safety
Returns the href
attribute of the
Returns null if the element isn't found.
Implementation
String? getBaseElementHrefFromDom() => _baseElement?.getAttribute('href');
Returns the href
attribute of the
Returns null if the element isn't found.
String? getBaseElementHrefFromDom() => _baseElement?.getAttribute('href');