Commit 284db8cc authored by Devon Carew's avatar Devon Carew

rename the service protocol extensions

parent 7458ed22
...@@ -87,8 +87,8 @@ void initServiceExtensions() { ...@@ -87,8 +87,8 @@ void initServiceExtensions() {
_extensionsInitialized = true; _extensionsInitialized = true;
assert(() { assert(() {
developer.registerExtension('flutter.debugPaint', _debugPaint); developer.registerExtension('ext.flutter.debugPaint', _debugPaint);
developer.registerExtension('flutter.timeDilation', _timeDilation); developer.registerExtension('ext.flutter.timeDilation', _timeDilation);
return true; return true;
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment