redirectUri property
The uri you will redirect to after oauth2 sign in with Quickbooks
Implementation
static final String redirectUri =
Platform.environment['QUICKBOOKS_REDIRECT_URI'] ??
const String.fromEnvironment('QUICKBOOKS_REDIRECT_URI');