Commit cd96855e authored by Ian Hickson's avatar Ian Hickson

Merge pull request #1789 from flutter/Hixie-patch-1

Ticker typedef had no defined return type
parents f6f96277 4d90194e
......@@ -6,7 +6,7 @@ import 'dart:async';
import 'scheduler.dart';
typedef TickerCallback(Duration elapsed);
typedef void TickerCallback(Duration elapsed);
/// Calls its callback once per animation frame.
class Ticker {
......
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