aliothx_vue 0.0.3 aliothx_vue: ^0.0.3 copied to clipboard
Package for web view interaction between vue and flutter.
AliothxWebviewRequest().request(
api: 'https://developer.aliothx.net/',
header: {'test': 'test'},
body: {
"Header": {'test': 'test'},
"Body": {'test': 'test'},
},
option: {'test': 'test'}
);