ApptiveLink constructor

const ApptiveLink({
  1. required Uri uri,
  2. required String method,
})

Creates a new ApptiveLink. The content/action is reachable via a http call with method against uri

Implementation

const ApptiveLink({required this.uri, required this.method});