AsyncDestinationPageFactory typedef Null safety
Async function allowing to create DBPage for the provided Destination.
Implementation
typedef AsyncDestinationPageFactory = Future<DBPage> Function(Destination);
Async function allowing to create DBPage for the provided Destination.
typedef AsyncDestinationPageFactory = Future<DBPage> Function(Destination);