initialiseSDK method
Initialize the SDK with given API key, cipherKey, and userID
Implementation
Future<Map<String, dynamic>> initialiseSDK(
String apiKey,
String cipherKey,
String userID,
) {
throw UnimplementedError('initialiseSDK() has not been implemented.');
}