slack_rtm

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

slack rtm

slack_rtm #
A library for Slack RTM client developers.
Usage #
A simple usage example:
import 'package:slack_rtm/slack_rtm.dart';

void main() {
final token = 'xoxb-your-slacktoken';

final rtm = new Rtm(token, dumpUnhandle: true)
..on(RtmEvent.hello, (msg, sess) {
print('>> $msg');
});
rtm.connect();
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.