offsetFromPosition method
offsetFromPosition:toPosition:
Implementation
int offsetFromPosition(UITextPosition from, {required UITextPosition toPosition}) {
final _$$ref = object$.ref;
final _$$ref$1 = from.ref;
final _$$ref$2 = toPosition.ref;
return _objc_msgSend_gayyhh(
_$$ref.pointer,
_sel_offsetFromPosition_toPosition_,
_$$ref$1.pointer,
_$$ref$2.pointer,
);
}