autocash 1.0.1 copy "autocash: ^1.0.1" to clipboard
autocash: ^1.0.1 copied to clipboard

retracted

Dart & Flutter SDK for AutoCash payment system (VF-Cash, OKX, Binance).

example/main.dart

import 'package:autocash/autocash.dart';

void main() async {
  final autoCash = AutoCash(
    userId: 'USER_ID',
    panelId: 'PANEL_ID',
  );

  final info = await autoCash.getPanelInfo();
  print(info);

  final result = await autoCash.checkVFCash(
    phone: '01000000000',
    amount: 100,
    extra: 'demo',
  );

  print(result);
}
0
likes
0
points
54
downloads

Publisher

verified publisherdarksidehost.com

Weekly Downloads

Dart & Flutter SDK for AutoCash payment system (VF-Cash, OKX, Binance).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on autocash