registerWith static method
Registers this class as the default instance of FlutterSoundPlatform.
Implementation
static void registerWith(Registrar registrar) {
FlutterSoundPlayerPlatform.instance = FlutterSoundPlayerWeb();
}
Registers this class as the default instance of FlutterSoundPlatform.
static void registerWith(Registrar registrar) {
FlutterSoundPlayerPlatform.instance = FlutterSoundPlayerWeb();
}