getSize method

Future<Size?> getSize()

Returns the current snapshot image size.

Implementation

Future<Size?> getSize() => _impl.getSize();