getSize method

Future<Size?> getSize()

The size of the snapshot image.

Implementation

Future<Size?> getSize() async => _snapshotterMessenger.getSize();