getSize method

Future<Size> getSize()

Returns the current map size in logical pixels.

Implementation

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