dart_totp

Creator: coderz1093

Last updated:

0 purchases

dart_totp Image
dart_totp Images

Languages

Categories

Add to Cart

Description:

dart totp

Features #
Generate TOTP two-factor authentication code.
Usage #
to /example folder.
import 'package:dart_totp/dart_totp.dart';

void main() {
String totp = TOTP.generateTOTP('KVARB3JSYG6RNYY7HJX2N6ZTUSOXU5RK');
print('awesome: $totp'); //277911
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.