setSupplyDatabase method
setSupplyDatabase(String) takes a file path (i.e. 'assets/PlatformDB.db') as a string representing a database file.
Implementation
Future<void> setSupplyDatabase(String filePath) async {
throw UnimplementedError(
'setSupplyDatabase(String filePath) has not been implemented.');
}