去掉错误的override注解

master
wanghualei 2023-06-17 22:46:35 +08:00
parent 1150be307c
commit 22fa3d24d0
3 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View File

@ -33,6 +33,9 @@ doc/api/
.DS_Store .DS_Store
/build /build
/captures /captures
example/ios/Podfile.lock
example/pubspec.lock
pubspec.lock
android/bin/ android/bin/

View File

@ -115,7 +115,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "2.40.11" version: "2.40.13"
path: path:
dependency: transitive dependency: transitive
description: description:

View File

@ -811,7 +811,6 @@ class RemoteAppletRequest {
this.isSingleProcess = false, this.isSingleProcess = false,
}); });
@override
Map<String, dynamic> toMap() { Map<String, dynamic> toMap() {
Map<String, dynamic> result = { Map<String, dynamic> result = {
"apiServer": apiServer, "apiServer": apiServer,