@override Future<bool?> launchApp(String bundleId) async { return methodChannel.invokeMethod( 'startApp', {'bundleId': bundleId}, ); }