dcimPath property

Future<String> dcimPath

get DCIM path.

Implementation

static Future<String> get dcimPath async {
  return await _channel.invokeMethod('getDCIMPath') ?? '';
}