WhiteboardShowFileChooserCallback typedef Null safety

WhiteboardShowFileChooserCallback = Future<String?> Function(List<String?> types)

Implementation

typedef WhiteboardShowFileChooserCallback = Future<String?> Function(
    List<String?> types);