mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
RawKeyboardListener is not a service. Dont assign it a service name.
This commit is contained in:
parent
a662403f61
commit
e8434885eb
@ -7,7 +7,6 @@ module raw_keyboard;
|
||||
|
||||
import "sky/services/engine/input_event.mojom";
|
||||
|
||||
[ServiceName="raw_keyboard::RawKeyboardListener"]
|
||||
interface RawKeyboardListener {
|
||||
OnKey(sky.InputEvent event);
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user