addToBuilder static method
Adds the implementation of the MLNMapViewDelegate protocol to an existing
objc.ObjCProtocolBuilder.
Note: You cannot call this method after you have called builder.build.
Implementation
static void addToBuilder(objc.ObjCProtocolBuilder builder, {bool $keepIsolateAlive = true}) {
builder.addProtocol($protocol);
}