mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
rename the service protocol extensions
This commit is contained in:
parent
7458ed226a
commit
284db8cc76
@ -87,8 +87,8 @@ void initServiceExtensions() {
|
||||
_extensionsInitialized = true;
|
||||
|
||||
assert(() {
|
||||
developer.registerExtension('flutter.debugPaint', _debugPaint);
|
||||
developer.registerExtension('flutter.timeDilation', _timeDilation);
|
||||
developer.registerExtension('ext.flutter.debugPaint', _debugPaint);
|
||||
developer.registerExtension('ext.flutter.timeDilation', _timeDilation);
|
||||
|
||||
return true;
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user