InstallCallBack typedef

InstallCallBack = dynamic Function(SharePlatform? sharePlatform, bool isInstalled)

Implementation

typedef InstallCallBack = Function(
    SharePlatform? sharePlatform, bool isInstalled);