onDeepLinking method

void onDeepLinking(
  1. dynamic callback(
    1. DeepLinkResult
    )
)

Handles deep link result.

Implementation

void onDeepLinking(Function(DeepLinkResult) callback) async {
  startListeningToUDL(callback, "onDeepLinking");
}