Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Fix stable analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
mraleph committed Aug 9, 2023
1 parent 70d829b commit 4935efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mailbox.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class Mailbox {
}

// TODO: remove feature detection once 3.1 becomes stable.
// ignore: omit_local_variable_types
final Uint8List Function(int) asTypedList = buffer.asTypedList;
if (asTypedList is Uint8List Function(int,
{Pointer<NativeFinalizerFunction> finalizer})) {
Expand Down

0 comments on commit 4935efa

Please sign in to comment.