OnFileChooserGetCoverPath typedef

OnFileChooserGetCoverPath = Future<String> Function(FileSystemEntity file)

Implementation

typedef OnFileChooserGetCoverPath =
    Future<String> Function(FileSystemEntity file);