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