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