LikeButtonTapCallback typedef

LikeButtonTapCallback = Future<bool?> Function(bool isLiked)

create by zmtzawqlp on 2019/5/27

tap call back you can send your request here if failed, return null

Implementation

/// tap call back
/// you can send your request here
/// if failed, return null
///
typedef LikeButtonTapCallback = Future<bool?> Function(bool isLiked);