We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cd87d commit da52d11Copy full SHA for da52d11
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
+ static const int DEFAULT_ACTIVITY_RESULT_REQUEST_CODE =
28
+ 8192; // ignore: constant_identifier_names
29
30
/// Enable to use web authentication flow instead of LINE app-to-app authentication flow.
31
///
0 commit comments