get_live_data method

Future<Map> get_live_data ()

GET_LIVE_DATA command.

Implementation

Future<Map> get_live_data() async {
  final msg = {'GET_LIVE_DATA': 0};
  return _sender.send(msg);
}