| Index: lib/src/restartable_timer.dart
|
| diff --git a/lib/src/restartable_timer.dart b/lib/src/restartable_timer.dart
|
| index 05196d2873675ef9ad222be92aadf5cc74ee9ce6..eed51e6da67e43b1c556162088f17486155015f8 100644
|
| --- a/lib/src/restartable_timer.dart
|
| +++ b/lib/src/restartable_timer.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library async.restartable_timer;
|
| -
|
| import 'dart:async';
|
|
|
| /// A non-periodic timer that can be restarted any number of times.
|
|
|