init method
Future<void>
init(
- String mainPath, {
- String accentedPath = '',
- int bpm = 120,
- int volume = 50,
- bool enableTickCallback = false,
- int timeSignature = 4,
- int sampleRate = 44100,
- bool manageAudioSession = true,
})
Implementation
Future<void> init(
String mainPath, {
String accentedPath = '',
int bpm = 120,
int volume = 50,
bool enableTickCallback = false,
int timeSignature = 4,
int sampleRate = 44100,
bool manageAudioSession = true,
}) {
throw UnimplementedError('init() has not been implemented.');
}