OnFolderChanged typedef

OnFolderChanged = void Function(String pathTo, FolderChangeAction changeType)

Implementation

typedef OnFolderChanged = void Function(
    String pathTo, FolderChangeAction changeType);