getInitialLink static method

Future<Uri?> getInitialLink()

获取收到的链接

Implementation

static Future<Uri?> getInitialLink() async {
  // Get the initial/first link.
  // This is useful when app was terminated (i.e. not started)
  return await _appLinks.getInitialLink();
}