registerWith static method
Registers this class as the default instance of MapHeroPlatform
.
Implementation
static void registerWith(Registrar registrar) {
MapHeroPlatform.createInstance = () => MapHeroMapController();
}
Registers this class as the default instance of MapHeroPlatform
.
static void registerWith(Registrar registrar) {
MapHeroPlatform.createInstance = () => MapHeroMapController();
}