mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
remove unused requestQueue
This commit is contained in:
parent
535c400a69
commit
6b9337ee10
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ class JsonRPC {
|
|||
void Function(List<int>)? _onData;
|
||||
void Function(Object, StackTrace)? _onError;
|
||||
|
||||
List<dynamic>? _requestQueue; // TODO make Request model
|
||||
|
||||
Future<dynamic> request(String jsonRpcRequest) async {
|
||||
final completer = Completer<dynamic>();
|
||||
final List<int> responseData = [];
|
||||
|
|
Loading…
Reference in a new issue