launch abstract method

Future<R> launch([
  1. I? input
])

Launches this app, and returns the appropriate launch response

Implementation

Future<R> launch([I? input]);