Commit a8198122 authored by John McCutchan's avatar John McCutchan Committed by GitHub

Enable hot mode for iOS devices (#5308)

parent 9543366e
......@@ -67,6 +67,9 @@ class IOSDevice extends Device {
String _pusherPath;
String get pusherPath => _pusherPath;
@override
bool get supportsHotMode => true;
@override
final String name;
......
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