launchApp method
Launches an app with the given package name and serial number.
This method should be overridden by platform-specific implementations.
Implementation
Future<void> launchApp(String packageName, int serialNumber) async {
throw UnimplementedError('launchApp() has not been implemented.');
}