StreetViewCreatedCallback typedef

StreetViewCreatedCallback = void Function(StreetViewController controller)

Callback method for when the streetView is ready to be used.

Pass to FlutterGoogleStreetView.onStreetViewCreated to receive a StreetViewController when the street view is created.

Implementation

typedef void StreetViewCreatedCallback(StreetViewController controller);