getPicturesDirectory function

Future<String> getPicturesDirectory()

Get the pictures directory of android external storage

Implementation

Future<String> getPicturesDirectory() async {
  return await _channel.invokeMethod('getPicturesDirectory');
}