Explorar o código

ios flutter openProfile openNotificationCenter

tama hai 1 ano
pai
achega
5f5c00108e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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)
         }