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