handleMessage abstract method

void handleMessage(
  1. MapViewController mapViewController,
  2. Map<String, dynamic> payload
)

Implementation

void handleMessage(
  MapViewController mapViewController,
  Map<String, dynamic> payload,
);