Asynchronously send td function
Future send(Map<String, dynamic> obj) async { _send(obj); return Future.value(); }