prepareResources method
If a media source requires resources to function, they can be prepared here and this function will be run once only at runtime during the initialisation step.
Implementation
Future<void> prepareResources() async {}
If a media source requires resources to function, they can be prepared here and this function will be run once only at runtime during the initialisation step.
Future<void> prepareResources() async {}