getFullSaveForIOS method

Future getFullSaveForIOS(
  1. String savePath
)

Implementation

Future<dynamic> getFullSaveForIOS(String savePath) {
  return _methodChannel.invokeMethod("getFullSaveDir", savePath);
}