* Process the specified resource. * * This method will only be run while loading screen is shown. It can do * heavy tasks like parsing data.
(resourceName: string)
| 25 | * heavy tasks like parsing data. |
| 26 | */ |
| 27 | processResource(resourceName: string): Promise<void>; |
| 28 | |
| 29 | /** |
| 30 | * Return the kind of resources handled by this manager. |
no outgoing calls
no test coverage detected