DeepLinkCallback typedef

DeepLinkCallback = void Function(Map params, int error, int appAwakePassedTime)

Implementation

typedef DeepLinkCallback = void Function(
    Map params, int error, int appAwakePassedTime);