init static method
Initialize the service on web
This function initialize the proxy
that the service uses in the
network images.
Implementation
static Future<void> init({String? proxy}) {
_proxy = proxy;
return SynchronousFuture<void>(null);
}