AliothxWebviewRequest().request(
api: 'https://developer.aliothx.net/',
header: {'test': 'test'},
body: {
"Header": {'test': 'test'},
"Body": {'test': 'test'},
},
option: {'test': 'test'}
);
AliothxWebviewRequest().request(
api: 'https://developer.aliothx.net/',
header: {'test': 'test'},
body: {
"Header": {'test': 'test'},
"Body": {'test': 'test'},
},
option: {'test': 'test'}
);