We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cd87d commit 8299524Copy full SHA for 8299524
lib/src/model/login_option.dart
@@ -24,7 +24,8 @@ part of '../../flutter_line_sdk.dart';
24
/// Options related to LINE login process.
25
class LoginOption {
26
/// Default request code that LINE login activity (in Android Platform) will be called with.
27
- static const int DEFAULT_ACTIVITY_RESULT_REQUEST_CODE = 8192; // ignore: constant_identifier_names
+ // ignore: constant_identifier_names
28
+ static const int DEFAULT_ACTIVITY_RESULT_REQUEST_CODE = 8192;
29
30
/// Enable to use web authentication flow instead of LINE app-to-app authentication flow.
31
///
0 commit comments