Get the current texture ID for this palette. Returns null if no capture is active.
Future<int?> getTextureId() async { return _channel.invokeMethod<int>('backgroundCapture.getTextureId'); }