setAppId static method

dynamic setAppId(
  1. String appId, {
  2. bool showNativeUI = false,
})

Implementation

static setAppId(String appId, {bool showNativeUI = false}) {
  _appId = appId;
  _showNativeUI = showNativeUI;
}