init static method
Asynchronous initialization method
Implementation
static Future<void> init(String bucketName) async {
// Very Important when you want to use Bucket's
await GetStorage.init(bucketName);
_instance = TLocalStorage._internal();
_instance!._storage = GetStorage(bucketName);
}