FollowLink typedef

FollowLink = Future<void> Function()

Signature for a function provided by the Link widget that instructs it to follow the link.

Implementation

typedef FollowLink = Future<void> Function();