onMyViewCreated method

void onMyViewCreated(
  1. int id
)

Implementation

void onMyViewCreated(int id) {
  _channel = new MethodChannel('Dhl_MyAmap_View_$id');
  setMyViewText("");
}