defaultRequestCode constant Null safety
If you decide to omit the requestCode, when calling requestAndroidPermission or requestMultipleAndroidPermissions, then this one gets used.
Implementation
static const int defaultRequestCode = 1049;
If you decide to omit the requestCode, when calling requestAndroidPermission or requestMultipleAndroidPermissions, then this one gets used.
static const int defaultRequestCode = 1049;