Last active
October 27, 2020 17:36
-
-
Save pedrocganem/19d696e10ca8b74e865d04b42861fd6c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:mqtt_client/mqtt_client.dart'; | |
import 'package:mqtt_client/mqtt_server_client.dart'; | |
class Broker { | |
static final Broker _singleton = Broker._internal(); | |
factory Broker() { | |
return _singleton; | |
} | |
Broker._internal(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment