Initializes the SDK using the provided key.
key
Returns 0 on success, or a non-zero error code if initialization fails.
0
@override Future<int?> init(String key) async { return _ddnManager.init(key); }