getDataDir method

Future<String> getDataDir()

Implementation

Future<String> getDataDir() async {
  return await invokeMethod(_GET_DATA_DIR);
}