public class MouseCursorChannel extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
MouseCursorChannel.MouseCursorMethodHandler |
| Modifier and Type | Field and Description |
|---|---|
MethodChannel |
channel |
| Constructor and Description |
|---|
MouseCursorChannel(DartExecutor dartExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
setMethodHandler(MouseCursorChannel.MouseCursorMethodHandler mouseCursorMethodHandler)
Sets the
MouseCursorChannel.MouseCursorMethodHandler which receives all events and requests that are
parsed from the underlying platform channel. |
void |
synthesizeMethodCall(MethodCall call,
MethodChannel.Result result) |
@NonNull public final MethodChannel channel
public MouseCursorChannel(@NonNull
DartExecutor dartExecutor)
public void setMethodHandler(@Nullable
MouseCursorChannel.MouseCursorMethodHandler mouseCursorMethodHandler)
MouseCursorChannel.MouseCursorMethodHandler which receives all events and requests that are
parsed from the underlying platform channel.public void synthesizeMethodCall(@NonNull
MethodCall call,
@NonNull
MethodChannel.Result result)