registerSDK static method
Implementation
static Future<void> registerSDK({String appKey = "", String appSecret = ""}) {
final Map params = {'appKey': appKey, 'appSecret': appSecret};
return _channel.invokeMethod(FlyVerifySDKMethods.register.name, params);
}