$create$ method
Implementation
@override
CameraRect $create$(
TypeChannelMessenger messenger,
int top,
int bottom,
int right,
int left,
) {
return CameraRect.withoutCreate(
top: top,
bottom: bottom,
right: right,
left: left,
);
}