getDbPath method

  1. @override
Future<String> getDbPath()

Implementation

@override
Future<String> getDbPath() async {
  return (await getApplicationDocumentsDirectory()).path;
}