fxa 0.0.2
fxa: ^0.0.2 copied to clipboard
A library to interact with FXA AI servers for Voice Change, Text to Speech and others.
example/fxa_example.dart
import 'package:fxa/fxa.dart';
void main() {
fxa.account.verifyIdentity('', '');
print('Awesome');
}