import 'package:pb_authenticator_totp/totp_algorithm.dart'; void main() { print(Totp.generateCode(1542791843, "JBSWY3DPEHPK3PXP")); }