getMapboxMap method

  1. @Deprecated('Subscribe to onMapCreated to receive an instance of MapboxMap instead')
MapboxMap? getMapboxMap()

Implementation

@Deprecated(
    'Subscribe to onMapCreated to receive an instance of MapboxMap instead')
MapboxMap? getMapboxMap() => null;