diff --git a/lib/src/chrome.dart b/lib/src/chrome.dart index c1c4084..6bc975e 100644 --- a/lib/src/chrome.dart +++ b/lib/src/chrome.dart @@ -113,11 +113,11 @@ class Chrome { /// Starts Chrome with the given arguments. /// /// Each url in [urls] will be loaded in a separate tab. - static Future start( + static Future start( List urls, { List args = const [], }) async { - await _startProcess(urls, args: args); + return await _startProcess(urls, args: args); } static Future _startProcess(