getAutomationUserId function

  1. @JS.new('getAutomationUserId')
void getAutomationUserId(
  1. dynamic callback(
    1. String?
    )
)

Implementation

@JS('getAutomationUserId')
external void getAutomationUserId(Function(String?) callback);