Merge pull request #5724 from dignow/fix/try_fix_build_ios
try fix build, ios
This commit is contained in:
commit
12bfa72f31
@ -617,11 +617,12 @@ impl<T: InvokeUiSession> Session<T> {
|
|||||||
#[cfg(any(target_os = "ios"))]
|
#[cfg(any(target_os = "ios"))]
|
||||||
pub fn handle_flutter_key_event(
|
pub fn handle_flutter_key_event(
|
||||||
&self,
|
&self,
|
||||||
|
_keyboard_mode: &str,
|
||||||
_name: &str,
|
_name: &str,
|
||||||
platform_code: i32,
|
_platform_code: i32,
|
||||||
position_code: i32,
|
_position_code: i32,
|
||||||
lock_modes: i32,
|
_lock_modes: i32,
|
||||||
down_or_up: bool,
|
_down_or_up: bool,
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user