setElementsConfig method
Sets the configuration for the Elements player
configJSON String needed for the player to run
Implementation
Future<void> setElementsConfig(String config) async {
await _methodChannel.invokeMethod<void>('setElementsConfig', config);
}