getApplicationDirectory method

Future<String> getApplicationDirectory()

Future method getApplicationDirectory has String return Value

Implementation

Future<String> getApplicationDirectory() async => throw UnimplementedError(
    'getApplicationDirectories() has not been implemented.');