I am trying to record voice with flutter_sound package in flutter. After stop recording, it returns voice’s path as something like this: blob:http://localhost:64911/e9c17898-7698-4fd5-8739-be1d8b53153c
.
how can I convert it to Uint8List? I need to upload it to server?