setDeviceCustomUserId static method

void setDeviceCustomUserId(
  1. String customUserId
)

Implementation

static void setDeviceCustomUserId(String customUserId) {
  _channel
      .invokeMethod('setDeviceCustomUserId', {'customUserId': customUserId});
}