homeFolder method

Future<String?> homeFolder()

Path to the home folder created by library on device

Implementation

Future<String?> homeFolder() async {
  return _platform.homeFolder();
}