Skip to content

Commit 06c6973

Browse files
committed
Remove init inside Application Class
1 parent 1933e5f commit 06c6973

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/bank-connect/flutter.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,6 @@ We have hosted a sample project on GitHub, you can check it out here:
109109

110110
## Show SDK Screen
111111

112-
Initialize the `FinBoxBcPlugin` in Kotlin Application class
113-
114-
```kotlin
115-
class MainApp:FlutterApplication() {
116-
override fun onCreate() {
117-
super.onCreate()
118-
FinBoxBcPlugin.initLibrary(this)
119-
}
120-
}
121-
```
122-
123-
Initialize the `FinBoxBcPlugin` in dart file
124-
125112
```dart
126113
FinBoxBcPlugin.initSdk("CLIENT_API_KEY","FROM_DATE","TO_DATE","BANK_NAME","MODE");
127114
```

0 commit comments

Comments
 (0)