You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$> dart --enable-experiment=non-nullable test.dart
test.dart:3:31: Error: A value of type 'Future<dynamic>' can't be assigned to a variable of type 'FutureOr<bool>'.
'Future' is from 'dart:async'.
'FutureOr' is from 'dart:async'.
Future<bool> test1() async => await getNull();