requestContact method
Bot API 6.9+ A method that shows a native popup prompting the user for their phone number. If an optional callback parameter was passed, the callback function will be called when the popup is closed and the first argument will be a boolean indicating whether the user shared its phone number.
Implementation
@override
void requestContact([void Function(bool granted)? onResult]) {}