fileSizeInBytes method

Future<int> fileSizeInBytes(
  1. Recording recording
)

Implementation

Future<int> fileSizeInBytes(Recording recording) async => await toFile(recording)?.length() ?? -1;