소스 검색

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)
         }