broadcastOperationWithPrivatePostingKeyJS function

  1. @JS('broadcastOperationWithPrivatePostingKey')
dynamic broadcastOperationWithPrivatePostingKeyJS(
  1. dynamic operations,
  2. String keyType
)

Implementation

@JS('broadcastOperationWithPrivatePostingKey')
external dynamic broadcastOperationWithPrivatePostingKeyJS(
  dynamic operations, // pass as List<dynamic>
  String keyType,
);