intent static method

String intent(
  1. String intentName
)

A string representing the action of calling an intent.

This doesn't create a new intent nor check if the intent exists. If the intent doesn't exist, this action will be ignored in runtime.

Implementation

static String intent(String intentName) => "{{$intentName}}";