updateMapLogoBottomPadding abstract method

Future<void> updateMapLogoBottomPadding(
  1. int bottomPadding
)

Updates the map's logo bottom padding bottomPadding is the value that the padding will become

Implementation

Future<void> updateMapLogoBottomPadding(int bottomPadding);