sync method and clipdata
parent
4cfdbafcbf
commit
4df164b35f
|
@ -919,6 +919,8 @@ class Mop {
|
||||||
|
|
||||||
final Map<String, ExtensionApiHandler> _extensionApis = {};
|
final Map<String, ExtensionApiHandler> _extensionApis = {};
|
||||||
|
|
||||||
|
final Map<String, SyncExtensionApiHandler> _syncExtensionApis = {};
|
||||||
|
|
||||||
Map<String, ExtensionApiHandler> _webExtensionApis = {};
|
Map<String, ExtensionApiHandler> _webExtensionApis = {};
|
||||||
|
|
||||||
factory Mop() {
|
factory Mop() {
|
||||||
|
|
Loading…
Reference in New Issue