launchApp method

Future<void> launchApp(
  1. String packageName,
  2. String profile
)

Implementation

Future<void> launchApp(String packageName, String profile) {
  throw UnimplementedError('launchApp() has not been implemented.');
}