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

rename the service protocol extensions

parent 7458ed22
......@@ -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;
});
......
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