process abstract method

Future<void> process(
  1. WorldEvent event, {
  2. bool force = false,
  3. required String plugin,
})

Implementation

Future<void> process(
  WorldEvent event, {
  bool force = false,
  required String plugin,
});