init method

Future<bool> init()

Called in the initState() function or the FutureBuilder(future: parameter Usually calls the open() function to open the Database

Implementation

Future<bool> init() {
  throw UnimplementedError();
}