emit abstract method
bool
emit({
- required VrInputType type,
- String? targetId,
- Map<
String, dynamic> ? data, - bool active = true,
Implementation
bool emit({
required VrInputType type,
String? targetId,
Map<String, dynamic>? data,
bool active = true,
});