setSupplyDatabase method

Future<void> setSupplyDatabase(
  1. String filePath
)

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.');
}