Преглед на файлове

ios flutter openProfile openNotificationCenter

tama преди 1 година
родител
ревизия
5f5c00108e
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      NexilisSampleCodeFlutter-iOS/ios/Runner/AppDelegate.swift

+ 4 - 0
NexilisSampleCodeFlutter-iOS/ios/Runner/AppDelegate.swift

@@ -64,6 +64,10 @@ import NexilisLite
                 pwd = param1
             }
             APIS.signInAdmin(password: pwd ?? "")
+        else if call.method == "openProfile" {
+            APIS.openProfile()
+        } else if call.method == "openNotificationCenter" {
+            APIS.openNotificationCenter()
         } else {
             result(FlutterMethodNotImplemented)
         }