mapViewDidChangeOpenGLESDisabled method

  1. @mustCallSuper
Future<void> mapViewDidChangeOpenGLESDisabled (MAMapView mapView, bool openGLESDisabled)
@mustCallSuper, inherited

Implementation

@mustCallSuper
Future<void> mapViewDidChangeOpenGLESDisabled(MAMapView mapView, bool openGLESDisabled) {
  kNativeObjectPool.add(mapView);
  debugPrint('mapViewDidChangeOpenGLESDisabled::kNativeObjectPool: $kNativeObjectPool');
}