FileLogSender typedef

FileLogSender = Future Function(File)

Implementation

typedef FileLogSender = Future<dynamic> Function(File);