init static method
Initialize the service on mobile
This function initialize the path of the temporal directory
proxy
is unused in this service.
Implementation
static Future<void> init({String? proxy}) async {
_tempPath = (await getTemporaryDirectory()).path;
}