Skip to content

Commit

Permalink
Some random change
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnroyal committed Apr 19, 2024
1 parent 7b459d9 commit fd10f35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dio/lib/src/compute/compute.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ import 'compute_io.dart' if (dart.library.html) 'compute_web.dart' as _c;
/// {@macro flutter.foundation.compute.callback}
///
/// {@macro flutter.foundation.compute.types}
///
///
///
///
typedef ComputeCallback<Q, R> = FutureOr<R> Function(Q message);

/// The signature of [compute], which spawns an isolate, runs `callback` on
Expand Down

0 comments on commit fd10f35

Please sign in to comment.