appLink property

  1. @override
Uri get appLink
override

The app link URL for opening the compose flow in the Threads app.

Implementation

@override
Uri get appLink => Uri(
      scheme: 'barcelona',
      host: 'create',
      queryParameters: {'text': text},
    );