llfbandit / record

Audio recorder from microphone to a given file path. No external dependencies, MediaRecorder is used for Android an AVAudioRecorder for iOS.
https://pub.dev/packages/record
245 stars 203 forks source link

Update README.md #400

Closed arolleaguekeng closed 2 months ago

arolleaguekeng commented 2 months ago

fix error "Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments."

llfbandit commented 2 months ago

Thanks for your contribution!