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