@override Future<void> sendTsplCommand(Uint8List tspl) async { _methodChannel.invokeMethod(Constants.METHOD_COMMAND_SEND_TSPL, tspl); }