RecordCompleteCallback typedef

RecordCompleteCallback = dynamic Function(String filePath, String fileName, double duration)

Implementation

typedef RecordCompleteCallback = Function(
    String filePath, String fileName, double duration);