getActionType method Null safety
Returns action type of the mouse event (lef/right button, etc). See RemoteControlMouseActionType
Implementation
String getActionType() {
return _actionType;
}
Returns action type of the mouse event (lef/right button, etc). See RemoteControlMouseActionType
String getActionType() {
return _actionType;
}