getDbPath method

  1. @override
Future<String> getDbPath()

Implementation

@override
Future<String> getDbPath() async =>
    (await getApplicationDocumentsDirectory()).path;