App.initializeWithAdapter method
App › initializeWithAdapter
Unofficial
Initialize the entire application using the provided FS adapterSignature:
initializeWithAdapter(adapter: DataAdapter): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| adapter | DataAdapter | The data adapter to use. |
Returns: Promise<void> — A promise that resolves when the application is initialized.