platform/packages/http/example/fabric_http_example.dart

7 lines
133 B
Dart
Raw Normal View History

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