RomScraper class

Constructors

RomScraper({required String devId, required String devPassword, required String softwareName, required String userName, required String userPassword, bool httpLogging = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
Close the scraper to dispose the connection
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scrapeRom({required int systemId, required String romPath}) Future<Game>
Scrape a rom file and return a Game object with the matching game details systemId is the ScreenScraper's id of the system the rom belongs to Use ScraperOverrides to override the default language and region priority
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited