Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ekyc_integrate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Duong Viet Anh
ekyc_integrate
Commits
da1cee6f
Commit
da1cee6f
authored
Sep 14, 2023
by
Việt Anh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
1c263125
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
ekyc_button_action.dart
lib/ekyc_button_action.dart
+6
-0
No files found.
lib/ekyc_button_action.dart
View file @
da1cee6f
...
@@ -44,6 +44,12 @@ class _EkycButtonActionState extends State<EkycButtonAction> {
...
@@ -44,6 +44,12 @@ class _EkycButtonActionState extends State<EkycButtonAction> {
super
.
initState
();
super
.
initState
();
}
}
@override
void
didUpdateWidget
(
mode
)
{
_channel
=
const
MethodChannel
(
AppString
.
channel
);
super
.
didUpdateWidget
(
mode
);
}
@override
@override
Widget
build
(
BuildContext
context
)
{
Widget
build
(
BuildContext
context
)
{
return
GestureDetector
(
return
GestureDetector
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment