warmUp method
Builds the classifier and returns the bundled model version.
Throws CardGateException when the model, policy or labels cannot be loaded, or when the model does not match the SHA-256 in the policy.
Implementation
Future<String> warmUp() {
throw UnimplementedError('warmUp() has not been implemented.');
}