acquire abstract method

VrInputEvent acquire({
  1. required VrInputType type,
  2. String? targetId,
  3. Map<String, dynamic>? data,
  4. bool active = true,
})

Implementation

VrInputEvent acquire({
  required VrInputType type,
  String? targetId,
  Map<String, dynamic>? data,
  bool active = true,
});