close method

Future<void> close()

Closes the Ogg file.

Implementation

Future<void> close() async {
  await raFile?.close();
}