totalNumber property

Future<int?> totalNumber

The total number of images in your device.

Implementation

static Future<int?> get totalNumber async {
  return await _channel.invokeMethod('getTotalNumber');
}