import 'package:fabric_notifications/fabric_notifications.dart'; void main() { var awesome = Awesome(); print('awesome: ${awesome.isAwesome}'); }