createHost function
Implementation
HostBase createHost() => throw UnsupportedError(
'Cannot create a host without dart:html or dart:io.');
HostBase createHost() => throw UnsupportedError(
'Cannot create a host without dart:html or dart:io.');