setActionHandler method
Implementation
void setActionHandler(
MediaSessionAction action, MediaSessionActionHandler? handler) =>
js_util.callMethod(this, 'setActionHandler',
[action.value, handler == null ? null : allowInterop(handler)]);