initialize method
initialize the plugin with your public key
Implementation
void initialize(
{String? key, String? secret, String? packageName, bool? testMode}) {
apiKey = key;
secretKey = secret;
package = packageName;
test = testMode;
}