OnMapReadyListener typedef

OnMapReadyListener = void Function(MPError? error)

Listener that is invoked when the map is ready for use.

Implementation

typedef OnMapReadyListener = void Function(MPError? error);