getMetrixUserId function

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

Implementation

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