When are you going to update the package to expose a way to pass angular standalone applications a provider for this package? Currently I do it this way. ```TypeScript importProvidersFrom(IonicStorageModule.forRoot({ driverOrder: [Drivers.IndexedDB, Drivers.LocalStorage] })) ```