Uninstalls the given manifest_id and closes any opened app windows.
Future<void> uninstall(String manifestId) async { await _client.send('PWA.uninstall', {'manifestId': manifestId}); }