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