File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ import 'package:pusher/pusher.dart';
3
3
main () async {
4
4
Pusher pusher = new Pusher ('PUSHER_APP_ID' , 'PUSHER_APP_KEY' , 'PUSHER_APP_SECRET' );
5
5
Map data = {'message' : 'Hello world' };
6
- Result result = await pusher.trigger (['test_channel' ], 'my_event' , data);
6
+ Response result = await pusher.trigger (['test_channel' ], 'my_event' , data);
7
7
}
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: pusher
2
2
description : Pusher HTTP Dart Library
3
3
author : Adao Junior <itsjunnior@gmail.com>
4
4
homepage : https://github.com/adaojunior/pusher
5
- version : 0.1 .0
5
+ version : 0.2 .0
6
6
environment :
7
7
sdk : " >=1.9.0 <2.0.0"
8
8
dependencies :
9
9
crypto : " ^0.9.0"
10
10
http : " ^0.11.3+2"
11
11
dev_dependencies :
12
- test : ' >=0.12.0 <0.13.0'
12
+ test : ' >=0.12.0 <0.13.0'
You can’t perform that action at this time.
0 commit comments