postEvent static method

dynamic postEvent({
  1. required Map<String, BackgroundDataField<Object>> args,
})

Implementation

static postEvent({required Map<String, BackgroundDataField> args}) => _bgMethodChannel.invokeMethod("sendEvent", args.toRawMap());