mirror of
https://github.com/foss42/apidash.git
synced 2025-06-03 08:16:25 +08:00
init postman
This commit is contained in:
6
packages/postman/example/postman_example.dart
Normal file
6
packages/postman/example/postman_example.dart
Normal file
@ -0,0 +1,6 @@
|
||||
import 'package:postman/postman.dart';
|
||||
|
||||
void main() {
|
||||
var awesome = Awesome();
|
||||
print('awesome: ${awesome.isAwesome}');
|
||||
}
|
Reference in New Issue
Block a user