Last updated:
0 purchases
receitaws api
Receita WS #
ReceitaWS API client
Usage #
import 'package:receitaws_api/receitaws.dart';
void main() {
var api = ReceitaWS(token: 'your_token_here');
api.getInfo('27865757000102').then((info) {
print(info);
}).catchError((error) {
print(error);
});
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.