mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update FlutterFrontendCompiler.rejectLastDelta to match the signature in CompilerInterface (#6426)
This commit is contained in:
parent
74e68ff8b1
commit
c8755d74c1
@ -42,7 +42,7 @@ class _FlutterFrontendCompiler implements frontend.CompilerInterface{
|
||||
}
|
||||
|
||||
@override
|
||||
Future<Null> rejectLastDelta() async {
|
||||
Future<void> rejectLastDelta() async {
|
||||
return _compiler.rejectLastDelta();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user