去掉错误的override注解
parent
1150be307c
commit
22fa3d24d0
|
@ -33,6 +33,9 @@ doc/api/
|
|||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
example/ios/Podfile.lock
|
||||
example/pubspec.lock
|
||||
pubspec.lock
|
||||
|
||||
|
||||
android/bin/
|
||||
|
|
|
@ -115,7 +115,7 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "2.40.11"
|
||||
version: "2.40.13"
|
||||
path:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -811,7 +811,6 @@ class RemoteAppletRequest {
|
|||
this.isSingleProcess = false,
|
||||
});
|
||||
|
||||
@override
|
||||
Map<String, dynamic> toMap() {
|
||||
Map<String, dynamic> result = {
|
||||
"apiServer": apiServer,
|
||||
|
|
Loading…
Reference in New Issue