launch method

Future<void> launch()

Implementation

Future<void> launch() async {
  await Process.start('gtk-launch', [id]);
}