fluent unawaited
This commit is contained in:
7
lib/src/functional.dart
Normal file
7
lib/src/functional.dart
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
|
||||||
|
/// Future Extensions
|
||||||
|
extension FutureExtension<T> on FutureOr<T> {
|
||||||
|
/// Fluent unawaited
|
||||||
|
void unawaited() {}
|
||||||
|
}
|
||||||
@@ -12,3 +12,4 @@ export 'src/file.dart';
|
|||||||
export 'src/keyboard.dart';
|
export 'src/keyboard.dart';
|
||||||
export 'src/auto_map.dart';
|
export 'src/auto_map.dart';
|
||||||
export 'src/sensor.dart';
|
export 'src/sensor.dart';
|
||||||
|
export 'src/functional.dart';
|
||||||
Reference in New Issue
Block a user