UnifyShareCallback typedef

UnifyShareCallback = dynamic Function(SharePlatform? sharePlatform, ShareStatus? shareStatus)

Implementation

typedef UnifyShareCallback = Function(
    SharePlatform? sharePlatform, ShareStatus? shareStatus);