call method
Implementation
@override
void call(BuildContext context) {
getObject<IHubblePlatformUtilities>().openLink(uri);
super.call(context);
}
@override
void call(BuildContext context) {
getObject<IHubblePlatformUtilities>().openLink(uri);
super.call(context);
}